home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / phaze15.zip / INSTALL.DOC < prev    next >
Text File  |  1996-08-05  |  4KB  |  101 lines

  1.       ┌─────┐ ┌─┐ ┌─┐ ┌──────┐ ┌─────┐ ┌─┐    ┌─────┐
  2.       │ ┌─┐ │ │ │ │ │ │ ┌──┐ │ │ ┌─┐ │ │ │    │ ┌───┘
  3.       │ └─┘ │ │ │ │ │ │ └──┘ │ │ └─┘ │ │ │    │ └─┐
  4.       │ ┌───┘ │ │ │ │ │ ┌─┐ ┌┘ │ ┌───┘ │ │    │ ┌─┘
  5.       │ │     │ └─┘ │ │ │ │ └┐ │ │     │ └──┐ │ └───┐
  6.       └─┘     └─────┘ └─┘ └──┘ └─┘     └────┘ └─────┘
  7.                                         ┌─┐ ┌─┐ ┌──────┐ ┌─────┐ ┌─────┐
  8.                                         │ │ │ │ │ ┌──┐ │ └──┐  │ │ ┌───┘
  9.                                         │ └─┘ │ │ └──┘ │  ┌─┘ ┌┘ │ └─┐
  10.                                         │ ┌─┐ │ │ ┌──┐ │ ┌┘ ┌─┘  │ ┌─┘
  11.                                         │ │ │ │ │ │  │ │ │  └──┐ │ └───┐
  12.       v1.5                              └─┘ └─┘ └─┘  └─┘ └─────┘ └─────┘
  13. --------------------------------------------------------------------------------
  14.  
  15.              *Installation and configuring for Purple Haze Bar*
  16.  
  17. ------------
  18. Installation
  19. ------------
  20.  
  21.    Simple, REALLY!  Just create a  directory for your  new  IGM to reside
  22.    in,  copy ALL files contained in this archive to that directory,  then
  23.    type "INSTALL."   Select "Install",  you will be asked for the path to
  24.    LORD.EXE. After entering the path YOU ARE ALL SET! Easy!  Install will
  25.    add the necessary  commandline to your  "3RDPARTY.DAT"   file allowing
  26.    your users to play the game.  It will also  write a two-line  entry in
  27.    LORD's  "LOGNOW.TXT" file announcing that the new IGM has been
  28.    installed.
  29.  
  30.  
  31. ----------
  32. Clean mode
  33. ----------
  34.  
  35.    Clean mode is automaticly set on if it is done so in LORD.  For more info
  36.    on clean mode, see the purple haze document.  (PHAZE.DOC)
  37.  
  38.  
  39. ---------------
  40. Just a reminder
  41. ---------------
  42.  
  43.    Changing the commandline parameters in LORD's 3RDPARTY.DAT and/or changing
  44.    the QWKIGM.DAT is not suggested for beginers.  These should be set up
  45.    by the install program and you shouldn't need to change them.
  46.  
  47.  
  48. ----------------------
  49. Commandline parameters
  50. ----------------------
  51.  
  52.    There are several commandline parameters  for your new IGM;  for those
  53.    who are adept at editing the LORD "3RDPARTY.DAT" file,  the parameters
  54.    are as follows:
  55.  
  56.    /CP<path>  The FULL pathname to the IGM executable
  57.               eg... /CPC:\LORD\IGM\IGM.EXE
  58.  
  59.    /N<#>      Node number.
  60.               eg... /N1
  61.  
  62.    /HS<#>     Hardware handshaking mode. Range 0 to 3
  63.               eg... /HS2
  64.  
  65.               Where:  0=None
  66.                       1=XON/XOFF
  67.                       2=CTS/RTS
  68.                       3=BOTH XON/XOFF & CTS/RTS
  69.               If your users are having display problems, try /HS2
  70.  
  71.    /DB        Debug mode (testing ONLY!!)
  72.  
  73.    NOTE:
  74.    When editing the IGM commandline,  the /CP parameter MUST follow  the
  75.    executable path, and all parameters must be given in the order listed
  76.    above.  If you botch this up,  I guarantee you are going to curse the
  77.    program. YOU HAVE BEEN WARNED!
  78.  
  79.  
  80. ----------
  81. QWKIGM.DAT
  82. ----------
  83.  
  84.    The QWKIGM.DAT  file is  the  config  file  which the IGM  reads
  85.    to obtain information  necessary to communicate with LORD.  This
  86.    file is a plain ascii text file  which must be  generated either
  87.    by you, or the install program. The following information *must*
  88.    be contained in this file in the exact order stated:
  89.    
  90.    E:\LORDGAME\LORD2\            <- Path to the LORD main directory
  91.    E:\CASSLE\                    <- Path to the IGM main directory
  92.    The Rock!                     <- BBS name
  93.    MICHAEL                       <- SysOps FIRST name
  94.    BATTS                         <- SysOps LAST name
  95.    0                             <- IGM registration code
  96.  
  97.    This file must exist in the IGMs main directory!
  98.  
  99.    The paths need not necessarily  have a trailing backslash as the
  100.    IGM will append them if they are not there.
  101.